home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 8_2.lha / 8_2 / tst.c < prev    next >
Text File  |  1993-08-08  |  362b  |  11 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. include <stream.h>
  6. include <string.h>
  7. include "8_2a.c"    /* struct name_and_address */
  8. include "8_2b.c"    /* operator<<(name_and_address) */
  9. include "8_2c.c"    /* operator>>(name_and_address) */
  10. include "8_2d.c"    /* main() */
  11.